<pre>
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;           Langrisser 4 Scenario Script 65
 ;; Scen name:          <enter something descriptive here>
 ;; Entries:            112
 ;; Scen.dat offset:    0xba8800
 ;; Extracted:          Sat Oct 02 17:06:33 2010
 ;; Website:            http://elsallia.com/bbs/index.php
 ;; mail questions to kilgamesh@gmail.com
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

 ;;;;;;;;;;;;;;;;;;Basic translation guide;;;;;;;;;;;;;;;;;;;;;;

 - Read contents from >>JP: and translate them onto >>EN: line

 - To minimize headaches when reading, turn on Word Wrap.
 
 - Don't insert newlines (don't "push enter"),
   just put everything in one big "sentence" after >>EN:
   
 - If the meaning of control codes aren't clear, just copy them.

 - Don't copy <NEWL>, <NWIN>, <END> or <TERM>.
   The inserter already formats those in.

 - Don't put spaces before or after control codes. They already
   generate spaces if there isn't one.

 - The "[=====]" bar indicates how long one dialog box is
   when using a monospace font. Check it if you're writing
   something that has to fit on one line, like
   branching dialog choices.

 - Some EN: lines may come partially translated with a name or
   the <VOC><n> code. These are added automatically by
   the extractor so less meticulous copying need be done.

 - You can totally ignore the >>EX: line, unless you want to
   send directives with # to the insertion script.

   #NOFORMAT wont automatically format <NEWL>, <TERM>, <END>,
   or <NWIN> into the data

   If you're positive that a line contains a scripted name
   insertion like "Rachel:", or "Tax Collector:" you can use the
   command #AUTONL to tell the inserter about it. These names
   don't appear in the data and they cause text cutoff. This
   command tells the inserter to format normally but start on
   second line.

 - Entries with multiple <VOC> commands may need manual editing.

 - You can leave comment on the EX: line. Only # will be read
   by the inserter.

 - Don't save .txt files as unicode encoded. Save as ANSI.
 
  ;;;;;;;;;;;;;;;;;;;;Control code info;;;;;;;;;;;;;;;;;;;;;;;;;

  Automatically added:
  <TERM>	- Delineates the end of the element
  <END>		- Same as <TERM>. Used for different string type
  <NWIN>	- Wait for input and render the rest of the text
                  in the next dialog box
  <NEWL>	- Start placing contents on the next line

  Copy these:
  <RST1>	- Reset the status of the "voice played" flag?
  <UNK9>	- Unknown
  <UNK8>	- Unknown. Almost always precedes ellipsis...
  <UNK7>	- Unknown
  <UNK6>	- Unknown... almost always follows ellipsis.
  <TALK>	- Pause text until current sound is done
  <VOC><n>	- Plays voice n.  0..65535
  <EVNT><n>	- Pulls all the text from event n.  0..255
  <NAME><n>	- Pulls name n from system.bin.  0..65535

  Optional:
  <WAIT>	- Wait here for the user to press a button
  
  Might be buggy:
  <YELO>	- All following text is yellow
  <WHTE>	- All following text is white
  
  Don't use:
  <UNKE><n>	- Unknown. Delays text briefly?
                  The delay is not noticeable so...
  <STUT>	- Pulls the first letter of the player's name
                  Just write "L-Landius!!" or whatever instead

  ;;;;;;;;;;;;;;;;;;;;;;;;Examples;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


  I know for a fact that this line contains "Tax collector:" so
  I add #AUTONL.

::::[============================================]
<Entry=22> (0x11a82L)
>JP:<VOC><87>Ȃ񂾁AMlI<NEWL>Ă̂킩Ă̂H<END1>
>EN:<VOC><87>What the hell is this! Do you fools know what you're doing!?
>EX:#AUTONL


  Sometimes it's better to use #NOFORMAT to control what will
  happen in the dialogue box. Don't forget to end with either
  <END> or <TERM>, whichever the JP used.

::::[==========================================]
<Entry=12> (0x1b6aL)
>JP:<VOC><47>H<NEWL>̌͐pw쏑ƂĂB<NWIN>E<UNKE><>E<UNKE><>EB<NWIN><VOC><51>`A悭킩ȂU3<NEWL>ZǂށH<END1>
>EN:<VOC><47>Huh?<NEWL>After that there's a...<NEWL>Tactician's Battle Manual?<NWIN><VOC><51>Hmm... I don't get it.<NEWL>Do you wanna read this?<END1>
>EX:#NOFORMAT

  ;;;;;;;;;;;;;;;;;;;;;;;;;;End;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



************ script 65: 12224512 (0xba8800) ************

#OUT65
::::[============================================]
<Entry=0> (0xbb0a72L)
>>JP:fBEX<TERM>
>>EN:Landius
>>EX:



::::[============================================]
<Entry=1> (0xbb0a80L)
>>JP:bL[<TERM>
>>EN:Ricky
>>EX:



::::[============================================]
<Entry=2> (0xbb0a8aL)
>>JP:}N[<TERM>
>>EN:McClaine
>>EX:



::::[============================================]
<Entry=3> (0xbb0a96L)
>>JP:VFt@j[<TERM>
>>EN:Shelfaniel
>>EX:



::::[============================================]
<Entry=4> (0xbb0aa8L)
>>JP:AWFi<TERM>
>>EN:Angelina
>>EX:



::::[============================================]
<Entry=5> (0xbb0ab6L)
>>JP:C`F<TERM>
>>EN:Rachel
>>EX:



::::[============================================]
<Entry=6> (0xbb0ac2L)
>>JP:ZiR<TERM>
>>EN:Serena
>>EX:



::::[============================================]
<Entry=7> (0xbb0aceL)
>>JP:tH[hR<TERM>
>>EN:Ranford
>>EX:



::::[============================================]
<Entry=8> (0xbb0ae0L)
>>JP:喂ptWFVJ<TERM>
>>EN:Jessica
>>EX:



::::[============================================]
<Entry=9> (0xbb0af2L)
>>JP:XeB<TERM>
>>EN:Listell
>>EX:



::::[============================================]
<Entry=10> (0xbb0afeL)
>>JP:i[<TERM>
>>EN:Knarl
>>EX:



::::[============================================]
<Entry=11> (0xbb0b06L)
>>JP:AC@[<TERM>
>>EN:Ivar
>>EX:



::::[============================================]
<Entry=12> (0xbb0b12L)
>>JP:AMRw<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=13> (0xbb0b20L)
>>JP:̖pt<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=14> (0xbb0b2cL)
>>JP:N[K[剤<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=15> (0xbb0b3cL)
>>JP:EB[<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=16> (0xbb0b4aL)
>>JP:JRVXRm<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=17> (0xbb0b5cL)
>>JP:JRVX<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=18> (0xbb0b6aL)
>>JP:u[mR<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=19> (0xbb0b78L)
>>JP:JRVX̂Ƃ̍t<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=20> (0xbb0b92L)
>>JP:<VOC><222>҂āI<NEWL>z߁Aǂ֍sCI<END>
>>EN:<VOC><222>
>>EX:



::::[============================================]
<Entry=21> (0xbb0bbcL)
>>JP:<UNK8>EE<VOC><223>tA<UNK6>邳AB<TALK><END>
>>EN:
>>EX:



::::[============================================]
<Entry=22> (0xbb0be2L)
>>JP:<UNK8><VOC><3>H<NEWL><UNK6>OǂŌƂ<TALK><UNK8>EEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=23> (0xbb0c12L)
>>JP:<VOC><4>Aɑ̏ɏo肵ĂptȁI<END>
>>EN:<VOC><4>
>>EX:



::::[============================================]
<Entry=24> (0xbb0c44L)
>>JP:<VOC><5>ǂƂ̂H<END>
>>EN:<VOC><5>
>>EX:



::::[============================================]
<Entry=25> (0xbb0c66L)
>>JP:<VOC><6>CɂȁȂԓxB<NEWL>܂Ȃԓxǂ܂ŎȁH<NEWL>ɂ߂̂y݂B<END>
>>EN:<VOC><6>
>>EX:



::::[============================================]
<Entry=26> (0xbb0cc2L)
>>JP:<VOC><7>{[[l<TALK><UNK8>EEB<END>
>>EN:<VOC><7>
>>EX:



::::[============================================]
<Entry=27> (0xbb0cdcL)
>>JP:<VOC><8>XeBB<NEWL>O͐ɍsB<NEWL>˔jB<END>
>>EN:<VOC><8>
>>EX:



::::[============================================]
<Entry=28> (0xbb0d14L)
>>JP:<VOC><9>ȂA^C<TALK><UNK8>EEB<END>
>>EN:<VOC><9>
>>EX:



::::[============================================]
<Entry=29> (0xbb0d34L)
>>JP:<VOC><10>OŏĂƎvH<NEWL>SzȂB<NEWL>OĂ͑܂ƂɂȂB<END>
>>EN:<VOC><10>
>>EX:



::::[============================================]
<Entry=30> (0xbb0d7cL)
>>JP:<UNK8>EE<UNK6><VOC><11>͂<TALK><UNK8>EEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=31> (0xbb0d98L)
>>JP:<VOC><12>I<END>
>>EN:<VOC><12>
>>EX:



::::[============================================]
<Entry=32> (0xbb0da8L)
>>JP:<VOC><13>sB<END>
>>EN:<VOC><13>
>>EX:



::::[============================================]
<Entry=33> (0xbb0db4L)
>>JP:<VOC><14>ȂȂĂȁI<NEWL>􂫂ɂĂI<END>
>>EN:<VOC><14>
>>EX:



::::[============================================]
<Entry=34> (0xbb0deaL)
>>JP:<UNK8>E<UNK7><UNK8>E<UNK7><UNK8>E<UNK7><UNK8>E<UNK7>B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=35> (0xbb0e06L)
>>JP:JRVXEẙ<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=36> (0xbb0e20L)
>>JP:<UNK8>EE<UNK6><VOC><15>ł́Ȁ󋵂ɂׂB<NEWL>̂߂ɂ݂ȂɏW܂Ă̂<TALK><UNK8>EEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=37> (0xbb0e82L)
>>JP:<VOC><16>A<TALK><UNK8>EE<END>
>>EN:<VOC><16>
>>EX:



::::[============================================]
<Entry=38> (0xbb0e9cL)
>>JP:<VOC><17>ザx񂾂I<END>
>>EN:<VOC><17>
>>EX:



::::[============================================]
<Entry=39> (0xbb0eb4L)
>>JP:<VOC><18>łH<END>
>>EN:<VOC><18>
>>EX:



::::[============================================]
<Entry=40> (0xbb0ec4L)
>>JP:<VOC><19>͂A\󂠂܂B<NEWL>̏<TALK><UNK8>EEB<END>
>>EN:<VOC><19>
>>EX:



::::[============================================]
<Entry=41> (0xbb0ef6L)
>>JP:<VOC><20>A}ł񂾂Ă΂I<END>
>>EN:<VOC><20>
>>EX:



::::[============================================]
<Entry=42> (0xbb0f1aL)
>>JP:<VOC><21>́A<TALK><UNK8>EEH<END>
>>EN:<VOC><21>
>>EX:



::::[============================================]
<Entry=43> (0xbb0f3aL)
>>JP:<VOC><22>₟AoĂĂꂽ̂H<END>
>>EN:<VOC><22>
>>EX:



::::[============================================]
<Entry=44> (0xbb0f5cL)
>>JP:<VOC><23>֗̂͑łȂB<NEWL>񂽂ƓтāAt`ɂ̂B<END>
>>EN:<VOC><23>
>>EX:



::::[============================================]
<Entry=45> (0xbb0fb8L)
>>JP:<VOC><24>ˁB<NEWL>ŁAN炾H<END>
>>EN:<VOC><24>
>>EX:



::::[============================================]
<Entry=46> (0xbb0fd8L)
>>JP:<VOC><25>ċȁI<TALK><WAIT><NEWL><VOC><26>AM̑ꉤqAtfbNaI<END>
>>EN:<VOC><25>
>>EX:



::::[============================================]
<Entry=47> (0xbb101eL)
>>JP:<VOC><27>AMH<END>
>>EN:<VOC><27>
>>EX:



::::[============================================]
<Entry=48> (0xbb1032L)
>>JP:<UNK8>EE<UNK6><VOC><28>ƌƂ́AaԂ<TALK><UNK8>EEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=49> (0xbb1064L)
>>JP:<VOC><29>ƁAȂAȂI<NEWL>Ƃ<TALK><UNK8>EEB<END>
>>EN:<VOC><29>
>>EX:



::::[============================================]
<Entry=50> (0xbb10a4L)
>>JP:<UNK6><VOC><30>AM̒́A剤ŁẢʑn܂̂B<NWIN><VOC><31>ŁAtfbNq̔hƁA[[VPƌN[K[̃MUthB<TALK><WAIT><NEWL><VOC><32>̂QĂĂ킯B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=51> (0xbb115eL)
>>JP:<VOC><33>ȂقǁB<NEWL>RMUthɉĂĖłˁB<END>
>>EN:<VOC><33>
>>EX:



::::[============================================]
<Entry=52> (0xbb11a0L)
>>JP:<VOC><34>ǂł傤AJRVXB<NEWL>̘bɏĂ݂Ƃ̂́H<END>
>>EN:<VOC><34>
>>EX:



::::[============================================]
<Entry=53> (0xbb11e2L)
>>JP:<VOC><35>ӂށB<NEWL>vĂƂ낾B<NWIN><VOC><36>qhĂ΁A̍ƘAMƂ̐킢͂ȂȂ邩ȁB<END>
>>EN:<VOC><35>
>>EX:



::::[============================================]
<Entry=54> (0xbb1248L)
>>JP:<VOC><37>@łB<END>
>>EN:<VOC><37>
>>EX:



::::[============================================]
<Entry=55> (0xbb125aL)
>>JP:<VOC><38>ł݂͂ȂłłˁH<END>
>>EN:<VOC><38>
>>EX:



::::[============================================]
<Entry=56> (0xbb1280L)
>>JP:<VOC><39>Ȃ͂ǂłH<END>
>>EN:<VOC><39>
>>EX:



::::[============================================]
<Entry=57> (0xbb129aL)
>>JP:IŉB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=58> (0xbb12b0L)
>>JP:E^<END>
>>EN:
>>EX:



::::[============================================]
<Entry=59> (0xbb12b8L)
>>JP:EƑgނ͔̂<END>
>>EN:
>>EX:



::::[============================================]
<Entry=60> (0xbb12ceL)
>>JP:<VOC><40>͎^łB<END>
>>EN:<VOC><40>
>>EX:



::::[============================================]
<Entry=61> (0xbb12e2L)
>>JP:<VOC><41>Sv̂悤ȁB<END>
>>EN:<VOC><41>
>>EX:



::::[============================================]
<Entry=62> (0xbb12fcL)
>>JP:<VOC><42>ƁI<NEWL>ꂾȂ񂾂I<NWIN><VOC><43>֗rɁAA^ĈllN[K[ɏPꂽ񂾁I<NEWL>ɍsȂƁI<END>
>>EN:<VOC><42>
>>EX:



::::[============================================]
<Entry=63> (0xbb1380L)
>>JP:<VOC><44>ȎŌ􂵂܂łˁB<END>
>>EN:<VOC><44>
>>EX:



::::[============================================]
<Entry=64> (0xbb13aeL)
>>JP:<VOC><45>AƏɍsėI<END>
>>EN:<VOC><45>
>>EX:



::::[============================================]
<Entry=65> (0xbb13d8L)
>>JP:<VOC><46>ł́ANA񂾂B<END>
>>EN:<VOC><46>
>>EX:



::::[============================================]
<Entry=66> (0xbb13f6L)
>>JP:<UNK8>EE<UNK6><VOC><224>͂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=67> (0xbb140aL)
>>JP:<VOC><47>͂I<END>
>>EN:<VOC><47>
>>EX:



::::[============================================]
<Entry=68> (0xbb1418L)
>>JP:XeB̓`Ƃł́AAMł̓N[K[RʂpׂɁA킪NĂ炵B<NWIN>ēN҂łtfbNqAMUtɑ΍R邽߂̓B<NWIN>邽߂̎g҂ł閂ptAN[K[ɂčUĂ炵B<NEWL>jȂ߂ɂA̖ptKvB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=69> (0xbb157cL)
>>JP:<NEWL>EN[K[̌j<NWIN>sk<NEWL>EtFA[g̎S<NEWL>El̎S<END>
>>EN:
>>EX:



::::[============================================]
<Entry=70> (0xbb15caL)
>>JP:<VOC><48>͖gĂ悤ȍƑgނ͔̂΂łB<END>
>>EN:<VOC><48>
>>EX:



::::[============================================]
<Entry=71> (0xbb15feL)
>>JP:<VOC><49>ȁAȁA<UNKE><1071>ĂIH<END>
>>EN:<VOC><49>
>>EX:



::::[============================================]
<Entry=72> (0xbb161eL)
>>JP:<VOC><50>x悭lĂI<NEWL>̂܂܂ōsĂA͕̍ŝ܂܂łB<NWIN><VOC><51>ǂ키ȂAłǂł͂ȂłIH<END>
>>EN:<VOC><50>
>>EX:



::::[============================================]
<Entry=73> (0xbb16b6L)
>>JP:<VOC><52>KvȂ̂͂킩B<NEWL>āÂ͔[łȂ񂾂I<END>
>>EN:<VOC><52>
>>EX:



::::[============================================]
<Entry=74> (0xbb1704L)
>>JP:<VOC><53>ÖӌȂǕKvȂB<NEWL>̍̎͒NH<NEWL>OI<END>
>>EN:<VOC><53>
>>EX:



::::[============================================]
<Entry=75> (0xbb1740L)
>>JP:<VOC><54>gނƂAgށI<NEWL>킩I<END>
>>EN:<VOC><54>
>>EX:



::::[============================================]
<Entry=76> (0xbb1774L)
>>JP:<UNK8><VOC><55><TALK>EEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=77> (0xbb1788L)
>>JP:<VOC><56>킩܂<TALK><UNK8>EEB<END>
>>EN:<VOC><56>
>>EX:



::::[============================================]
<Entry=78> (0xbb17a4L)
>>JP:<VOC><57>O̖͂̍䖳ɂ肩I<NWIN><VOC><58>I<NEWL>O͂̍킩OāAʂ̍I<END>
>>EN:<VOC><57>
>>EX:



::::[============================================]
<Entry=79> (0xbb1810L)
>>JP:<VOC><59>ʂ̍ł<TALK><UNK8>EEB<END>
>>EN:<VOC><59>
>>EX:



::::[============================================]
<Entry=80> (0xbb182eL)
>>JP:<VOC><60><TALK><UNK8>EEB<END>
>>EN:<VOC><60>
>>EX:



::::[============================================]
<Entry=81> (0xbb1846L)
>>JP:<UNK6><VOC><61>_[ɃMUtԂĂ͂B<NEWL>𗎂ƂĂĂ炨ȁB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=82> (0xbb189aL)
>>JP:<UNK7>EE<UNK6><VOC><62>͂B<TALK><UNK7><END>
>>EN:
>>EX:



::::[============================================]
<Entry=83> (0xbb18b2L)
>>JP:<VOC><63>AVFt@j[B<NEWL>O͍sȁB<NEWL>AWFiB<NWIN><VOC><64>ô͂O̒ƁA̒ĵRlB<NEWL>͒uĂI<NEWL>OoȂ߂̕یB<END>
>>EN:<VOC><63>
>>EX:



::::[============================================]
<Entry=84> (0xbb1956L)
>>JP:<UNK8>EEE<VOC><65>NbI<END>
>>EN:
>>EX:



::::[============================================]
<Entry=85> (0xbb196aL)
>>JP:<VOC><66>ȁAlI<NEWL>RlōԂU߂ȂāAdłI<END>
>>EN:<VOC><66>
>>EX:



::::[============================================]
<Entry=86> (0xbb19acL)
>>JP:<VOC><67>O͖قĂI<NWIN><VOC><68>ȁA<NAM><0>B<NEWL>Ԃ𗎂Ƃ܂Ŗ߂邱Ƃ͋ʂI<END>
>>EN:<VOC><67>
>>EX:



::::[============================================]
<Entry=87> (0xbb19fcL)
>>JP:<RST1><UNK8>EE<UNK6><VOC><69>΂ł傤I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=88> (0xbb1a22L)
>>JP:<UNK7>EE<UNK6><NAM><0><UNK7>EEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=89> (0xbb1a38L)
>>JP:<VOC><70>܂AӋCȃKL<TALK><UNK8>EEB<END>
>>EN:<VOC><70>
>>EX:



::::[============================================]
<Entry=90> (0xbb1a60L)
>>JP:<UNK6><VOC><71>AAMƐĂƂ납PĎEĂ܂I<END>
>>EN:
>>EX:



::::[============================================]
<Entry=91> (0xbb1aaaL)
>>JP:<VOC><72>AȂłÁIH<END>
>>EN:<VOC><72>
>>EX:



::::[============================================]
<Entry=92> (0xbb1aceL)
>>JP:<VOC><73>قI͖߂I<NEWL>ɐnƂǂȂ邩AĂ̂I<NEWL>ȁI<END>
>>EN:<VOC><73>
>>EX:



::::[============================================]
<Entry=93> (0xbb1b1eL)
>>JP:<UNK8>EE<UNK6><VOC><74><TALK><UNK8>EEE<END>
>>EN:
>>EX:



::::[============================================]
<Entry=94> (0xbb1b3aL)
>>JP:<UNK8>EE<UNK6><VOC><75>ȂB<NEWL>ƂԂ҂ŁA̋@߂̂҂ƂB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=95> (0xbb1b84L)
>>JP:<VOC><76>AX̓tfbNqh̐\o󂯂鏀ȂƁB<END>
>>EN:<VOC><76>
>>EX:



::::[============================================]
<Entry=96> (0xbb1bccL)
>>JP:<VOC><42>ƁI<NEWL>ꂾȂ񂾂I<NWIN><VOC><43>֗rɁAA^ĈllN[K[ɏPꂽ񂾁I<NEWL>ɍsȂƁI<END>
>>EN:<VOC><42>
>>EX:



::::[============================================]
<Entry=97> (0xbb1c50L)
>>JP:<VOC><44>ȎŌ􂵂܂łˁB<END>
>>EN:<VOC><44>
>>EX:



::::[============================================]
<Entry=98> (0xbb1c7eL)
>>JP:<UNK8>EE<UNK6><VOC><46>ł́ANA񂾂B<END>
>>EN:
>>EX:



::::[============================================]
<Entry=99> (0xbb1ca4L)
>>JP:<VOC><225>ł́Ao܂傤B<END>
>>EN:<VOC><225>
>>EX:



::::[============================================]
<Entry=100> (0xbb1cc8L)
>>JP:_[nATho[Ԃւƌ<TERM>
>>EN:
>>EX:



::::[============================================]
<Entry=101> (0xbb1cf2L)
>>JP:<UNK8>EE<UNK6><VOC><77>݂ȁA܂ȂB<NEWL>̂߂ɂȂƂɂȂ<TALK><UNK8>EEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=102> (0xbb1d3aL)
>>JP:<RST1><UNK8>EE<UNK6><VOC><78>܁A񂶂˂́H<NEWL><UNK9>̉lɂAPxtĂ݂<TALK><UNK8>EEB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=103> (0xbb1d96L)
>>JP:<UNK8>EE<VOC><79>tbB<NEWL><UNK6>҂̂߁AEƂj̔wȂA̐MOтƂA܂wB<TALK><END>
>>EN:
>>EX:



::::[============================================]
<Entry=104> (0xbb1dfeL)
>>JP:<VOC><80>ɍԂ𗎂Ƃ΂˂B<NEWL>[ɂȂ邱Ƃ͂˂B<END>
>>EN:<VOC><80>
>>EX:



::::[============================================]
<Entry=105> (0xbb1e48L)
>>JP:<UNK8>EE<UNK6><VOC><81>bL[A}N[B<NEWL>肪ƂB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=106> (0xbb1e7aL)
>>JP:<VOC><82>AƌĂ񂾁I<END>
>>EN:<VOC><82>
>>EX:



::::[============================================]
<Entry=107> (0xbb1e9cL)
>>JP:<VOC><83>łAZB<END>
>>EN:<VOC><83>
>>EX:



::::[============================================]
<Entry=108> (0xbb1eb4L)
>>JP:<VOC><84>ꂶA̍ԂƂ𗎂ƂĂ邩I<NEWL>̐̐z΂H<END>
>>EN:<VOC><84>
>>EX:



::::[============================================]
<Entry=109> (0xbb1f02L)
>>JP:<VOC><85>Â͂B<END>
>>EN:<VOC><85>
>>EX:



::::[============================================]
<Entry=110> (0xbb1f1aL)
>>JP:<VOC><86>I<NEWL>ƂƂƏI点悤I<END>
>>EN:<VOC><86>
>>EX:



::::[============================================]
<Entry=111> (0xbb1f44L)
>>JP:ƎgނƂ𔽑΂<NAM><0>̓JRVX̓{𔃂ARlŃTho[Ԃ𗎂ƂĂ邱Ƃ𖽂B<NWIN>C`FlɎꂽśA̖Ȗ߂ɋt炦ARlōԂڎwĂB<NEWL>r̃rXRV[ŁAނ҂󂯂҂̂łB<END>
>>EN:
>>EX:



::::[============================================]
<Entry=112> (0xbb2050L)
>>JP:<NEWL>EXeByуi[̌j<NEWL>sk<NEWL>E<NAM><0>̎S<END>
>>EN:
>>EX:





</pre>